home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / GFDISK.ARJ / GFDISK.DOC next >
Text File  |  1992-08-31  |  5KB  |  100 lines

  1.  
  2. Program Title   : GFDISK
  3.  
  4. Program Author  : George K. Fu
  5.                   (805)372-6853
  6.  
  7. Program Type    : UTILITY
  8.  
  9. Executive File  : GFDISK.EXE
  10.  
  11. Release         : 1.00(Initial release)
  12.       
  13. Date Released   : 08/31/92
  14.  
  15. Program Purpose : This is a utility program that display/list ALL the active
  16.                   disk drive(s) connected to the LOCAL PC in REAL TIME.
  17.                   The program will determine which drive is connected to 
  18.                   the PC locally and which drive is attached to the 
  19.                   PC remotely via a connection to the Local Area Network(LAN).  
  20.                   The program will display most characteristics of the 
  21.                   drive(s) and compute FREE DISK SPACES on ALL of them.
  22.                   ALL computed data will be displayed in a "graphical" text
  23.                   mode so that users will be able to determine which drive
  24.                   have the most available space and which drive need to be
  25.                   clean up!
  26.  
  27.                   I wrote this "quicky" program since I Have 7 Local Drive
  28.                   partitions and 6 Remote drives attached to the Local
  29.                   Area Network.  I need something to display ALL logical  
  30.                   drive usage in ONE screen and in real time.  Especially 
  31.                   if I have to hunt for a logical drive which have the space
  32.                   for me to install a HUGHE program or trasfer some of
  33.                   the data into.  This progrm makes it handy for me. 
  34.  
  35.  
  36.  
  37. Program Usage   : To run the program in variuos mode, type one of the command 
  38.                   below at the DOS prompt:-
  39.  
  40.                   GFDISK{Enter key}                 Execute the program and
  41.                                                  go to 'FREE Space Display'
  42.                                                  in real time mode.
  43.  
  44.                   GFDISK <Drive Letter> {Enter key} Detail diaplay of ONE of
  45.                                                  the ACTIVE drive.
  46.  
  47.                   GFDISK 9 {Enter key}              Output a list of ALL the
  48.                                                  ACTIVE drives.
  49.  
  50.                   GFDISK ? {Enter key}              Display a Help message of
  51.                                                  the usage of this program.
  52.  
  53.                  For example:
  54.                    To display Drive C: in detail real-time mode:
  55.  
  56.                             GFDISK c {Enter Key}
  57.  
  58.                    To print out a list of all the drives and their 
  59.                    characteristics in DETAIL to the device LPT1:
  60.                            
  61.                             GFDISK 9 > lpt1: {Enter Key}
  62.  
  63.  
  64.                   The user screen will constanly updated as the spaces of
  65.                   the remote drives change in real time.  The screen update
  66.                   will occur approximatly 4 seconds.  Users will be able
  67.                   to switch to other display mode.  For example, if you
  68.                   start the program by typing in "GFDISK" by itself, it will
  69.                   go to 'Free Space Display' in real time.  You can switch
  70.                   to 'Verticle Bar Chart' display by pressing the NUMERIC key
  71.                   '1'.  If you like to see the DETAIL information of an 
  72.                   ACTIVE drive, just press that drive's name(ie. 'c' for drive
  73.                   C:, 'f' for drive F: etc.).  
  74.  
  75.  
  76.  
  77. Special Note    :There seems to be a "delay" any time you press a key 
  78.                  during the execution of this program.  The "delay" 
  79.                  actually come from the system tries to update the
  80.                  screen automatically after a predefined "time-out".
  81.                  The current "time-out" sets to approximately four
  82.                  seconds. Thus, there may be "delay" of four seconds
  83.                  after you press a key to switch or try to exit out
  84.                  from the program.  If I take this "time-out" feature
  85.                  away, the screen will be updated so fast that you will
  86.                  see it "blinkng" at you.
  87.                       
  88.  
  89.  
  90.  
  91. Conclusion      :Everyone is more than welcome to copy this program and
  92.                  pass it to someone who might benefit from it.  However,
  93.                  ONLY distribute the ORIGINAL UNMODIFIED file("GFDISK.ZIP")
  94.                  please!
  95.                  
  96.      LIKE ANYTHING ELSE THAT'S FREE, GFDISK IS PROVIDED AS IS AND COME 
  97.      WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. IN NO 
  98.      EVENT WILL THE PROGRAM AUTHOR BE LIABLE FOR ANY DAMAGES RESULTING 
  99.      FROM THE USE OF THIS SOFTWARE.
  100.